From: Matthieu Gallien Date: Mon, 20 Jan 2025 07:50:36 +0000 (+0100) Subject: update legal notice copyright years for Nextcloud X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~126^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=363aae340912933e50962b625cccbff2d5af50a0;p=nextcloud-desktop.git update legal notice copyright years for Nextcloud Close #7767 Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/legalnotice.cpp b/src/gui/legalnotice.cpp index b19a3be12..04f3d8e31 100644 --- a/src/gui/legalnotice.cpp +++ b/src/gui/legalnotice.cpp @@ -52,7 +52,7 @@ void LegalNotice::changeEvent(QEvent *e) void LegalNotice::customizeStyle() { - QString notice = tr("

Copyright 2017-2023 Nextcloud GmbH
" + QString notice = tr("

Copyright 2017-2025 Nextcloud GmbH
" "Copyright 2012-2023 ownCloud GmbH

"); notice += tr("

Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.

");